home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / text / colo94g.zip / RUN.BAT < prev   
DOS Batch File  |  1994-06-09  |  611b  |  31 lines

  1. @ECHO OFF
  2. PKUNZIP TVS.ZIP
  3. DEL PKUNZIP.*
  4. CLS
  5. ECHO                 WELCOME TO THE VACATION SOURCE DATA BASE
  6. Echo:
  7. ECHO                THE VACATION SOURCE is constantly being updated
  8. ECHO                Call (modem) 1-800-868-7555 for the latest!
  9. ECHO:
  10. ECHO:
  11. ECHO                You now have ten .EXE files. They are
  12. ECHO                named "1st.EXE" through "10th.EXE"
  13. ECHO:
  14. ECHO:
  15. ECHO:
  16. ECHO:               Press any key to view the current data base
  17. ECHO                
  18. ECHO:
  19. ECHO:
  20. pause
  21. call 1st
  22. call 2nd
  23. call 3rd
  24. call 4th
  25. call 5th
  26. call 6th
  27. call 7th
  28. call 8th
  29. call 9th
  30. call 10th
  31.